home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_02_06
/
2n06018c
< prev
next >
Wrap
Text File
|
1991-04-28
|
247b
|
13 lines
#include <stdio.h>
#include "snooper.h"
void set_xy(int x, int y)
{
/* __BREAK() always prints current state of x, y */
__BREAK(__SCRN__,d_printf("x = %d, y = %d\n",x,y));
set_x(x);
set_y(y);
/* continue ... */
}